Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class
The type of elements in the list.
Members


SparseArray<T> Class
Represents a strongly typed arry of objects that can be accessed by index. Provides methods to manipulate objects.
Syntax
'Declaration
 
Public Class SparseArray(Of T As IEquatable(Of T)) 
 
'Usage
 
Dim instance As SparseArray(Of T)
Type Parameters
T
The type of elements in the list.
Inheritance Hierarchy

System.Object
   GrapeCity.Spreadsheet.SparseArray<T>

See Also